home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / Internal_39.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  212 b   |  13 lines

  1. on mouseUp
  2.   global hl_mode
  3.   if hl_mode = 0 then
  4.     set hl_mode to 1
  5.     ClrCursorS()
  6.     KasiCursor(6)
  7.     KasiCursor(113)
  8.     startTimer()
  9.     set the visible of sprite 10 to 0
  10.     updateStage()
  11.   end if
  12. end
  13.